home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / GENELOGY / PEDIGREE.LZH / INSTALLH.BAT < prev    next >
DOS Batch File  |  1989-02-18  |  384b  |  13 lines

  1. ECHO OFF
  2. ECHO .
  3. ECHO If you did not receive any breed data disks with
  4. ECHO this program, then press Ctrl-C to stop.  Otherwise
  5. ECHO insert them in numbered order in drive A and
  6. :LOOP1
  7. PAUSE
  8. FOR %%a IN (A:*.EXE) DO %%a
  9. ECHO .
  10. ECHO If this is the last breed data disk then press Ctrl-C
  11. ECHO to stop.  Otherwise insert the next disk in drive A and
  12. GOTO LOOP1
  13.